cliffnotesThe cliffnotes library allows you to get a quick overview of you an R dataframe. It gives feedback on basic summary statics as well as the top values for categorical features.
library(cliffnotes)
library(nycflights13)
cliffnotes(nycflights13::flights, width=900)